xend: Device configurations of suspended virtual machines are inaccessible
authorKeir Fraser <keir.fraser@citrix.com>
Thu, 15 May 2008 15:40:51 +0000 (16:40 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Thu, 15 May 2008 15:40:51 +0000 (16:40 +0100)
commitb93de169c393454ac8cba172e85131fb0a6006c0
treef3d6ec440b841bc0d5922e6c74790fd86c5f5a14
parent65e7eed196395ad2912e8185ad1384b033e2969e
xend: Device configurations of suspended virtual machines are inaccessible

The device configurations of suspended virtual machines are
inaccessible even though for example the UUIDs of the VIFs and VBDs
are known and returned when VM.get_VIFs()/get_VBDs() is called, though
when trying to access their records for example, then handle is
reported as being invalid. This patch fixes this.

Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
tools/python/xen/xend/XendDomainInfo.py